POV-Ray : Newsgroups : povray.animations : concat problem : Re: concat problem Server Time
6 Oct 2024 11:53:08 EDT (-0400)
  Re: concat problem  
From: Warp
Date: 7 Feb 2002 16:43:28
Message: <3c62f500@news.povray.org>
Dennis Milller <dhm### [at] mediaonenet> wrote:
: I assume there is something wrong with the concat parameters (sorry, I don't
: know how to use #debug), but the "-2" above should pad "fig1" with two
: zeroes, as in:  "fig001"  correct?

  Nope. It makes the integer part 2 digits long with padded zeros if the
number is not big enough. That is, you get "fig01".
  Try with -3.

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.